PDF4Java Reference Documentation
com.o2sol.pdf4java.content.text Package / PDFTextGlyph Class


In This Topic
    PDFTextGlyph Class Methods
    In This Topic

    For a list of all members of this type, see PDFTextGlyph members.

    Public Methods
     NameDescription
    Public MethodGets the glyph code as it appears in the PDF file.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodGets the coordinates of the glyph corners.
    The order of the corners in the array is the following: lower left, lower right, upper right, upper left. These corners match the text baseline for the lower corners. The method considers the font's Descent for the lower corners.  
    Public MethodGets the glyph height.
    The height is computed based on the method.  
    Public MethodGets the text corresponding to the glyph.  
    Public MethodGets the typographic coordinates of the glyph corners.
    The order of the typographic corners in the array is the following: lower left, lower right, upper right, upper left. The typographic corners consider the font's Descent for the lower corners. The method considers the text baseline for the lower corners.  
    Public MethodGets the glyph typographic height.
    The height is computed based on the method.  
    Public MethodGets the glyph width.
    The height is computed based on the method.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodReturns a string that represents the current Object.  
    Top
    See Also